NavigateToWaypointCommand

MAVLink command which allows to navigate to a waypoint.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, altitude: Double, yaw: Double, holdTime: Double, acceptanceRadius: Double)
Constructor.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Retrieves the acceptance radius, in meters.
Link copied to clipboard
open fun getAltitude(): Double
Retrieves the altitude of the waypoint above take off point, in meters.
Link copied to clipboard
open fun getHoldTime(): Double
Retrieves the time to stay at waypoint, in seconds.
Link copied to clipboard
open fun getLatitude(): Double
Retrieves the latitude of the waypoint, in degrees.
Link copied to clipboard
open fun getLongitude(): Double
Retrieves the longitude of the waypoint, in degrees.
Link copied to clipboard
open fun getYaw(): Double
Retrieves the desired yaw angle at waypoint, relative to the North in degrees (clockwise).
Link copied to clipboard
open fun hashCode(): Int